summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps_sc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/caps/caps_sc.h')
-rw-r--r--src/core/hle/service/caps/caps_sc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/service/caps/caps_sc.h b/src/core/hle/service/caps/caps_sc.h
index e5600f6d7..d555f4979 100644
--- a/src/core/hle/service/caps/caps_sc.h
+++ b/src/core/hle/service/caps/caps_sc.h
@@ -11,10 +11,10 @@ class System;
namespace Service::Capture {
-class CAPS_SC final : public ServiceFramework<CAPS_SC> {
+class IScreenShotControlService final : public ServiceFramework<IScreenShotControlService> {
public:
- explicit CAPS_SC(Core::System& system_);
- ~CAPS_SC() override;
+ explicit IScreenShotControlService(Core::System& system_);
+ ~IScreenShotControlService() override;
};
} // namespace Service::Capture